home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / tempfakk.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.1 KB  |  74 lines

  1. textures/tempfakk/wl_neweden_1
  2. {
  3.     {
  4.         map textures/tempfakk/wl_neweden_1.tga
  5.         depthWrite
  6.         rgbGen identity
  7.     }
  8.     {
  9.         map $lightmap
  10.         rgbGen identity
  11.         blendFunc GL_DST_COLOR GL_ZERO
  12.         depthFunc equal
  13.     }
  14. }
  15.  
  16. textures/tempfakk/wl_neweden_ivy
  17. {
  18.     {
  19.         map textures/tempfakk/wl_neweden_ivy.tga
  20.         depthWrite
  21.         rgbGen identity
  22.     }
  23.     {
  24.         map $lightmap
  25.         rgbGen identity
  26.         blendFunc GL_DST_COLOR GL_ZERO
  27.         depthFunc equal
  28.     }
  29. }
  30.  
  31. textures/tempfakk/wl_market_door
  32. {
  33.     {
  34.         map textures/tempfakk/wl_market_door.tga
  35.         depthWrite
  36.         rgbGen identity
  37.     }
  38.     {
  39.         map $lightmap
  40.         rgbGen identity
  41.         blendFunc GL_DST_COLOR GL_ZERO
  42.         depthFunc equal
  43.     }
  44. }
  45.  
  46. textures/tempfakk/wl_basement_2w
  47. {
  48.     {
  49.         map textures/tempfakk/wl_basement_2w.tga
  50.         depthWrite
  51.         rgbGen identity
  52.     }
  53.     {
  54.         map $lightmap
  55.         rgbGen identity
  56.         blendFunc GL_DST_COLOR GL_ZERO
  57.         depthFunc equal
  58.     }
  59. }
  60.  
  61. textures/tempfakk/rockstriated
  62. {
  63.     {
  64.         map textures/tempfakk/rockstriated.tga
  65.         depthWrite
  66.         rgbGen identity
  67.     }
  68.     {
  69.         map $lightmap
  70.         rgbGen identity
  71.         blendFunc GL_DST_COLOR GL_ZERO
  72.         depthFunc equal
  73.     }
  74. }